FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
16
node_modules/svix/src/models/sinkStatusIn.ts
generated
vendored
Normal file
16
node_modules/svix/src/models/sinkStatusIn.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// this file is @generated
|
||||
|
||||
export enum SinkStatusIn {
|
||||
Enabled = "enabled",
|
||||
Disabled = "disabled",
|
||||
}
|
||||
|
||||
export const SinkStatusInSerializer = {
|
||||
_fromJsonObject(object: any): SinkStatusIn {
|
||||
return object;
|
||||
},
|
||||
|
||||
_toJsonObject(self: SinkStatusIn): any {
|
||||
return self;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user