FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
12
node_modules/svix/dist/models/applicationPatch.d.ts
generated
vendored
Normal file
12
node_modules/svix/dist/models/applicationPatch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface ApplicationPatch {
|
||||
metadata?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
name?: string;
|
||||
rateLimit?: number | null;
|
||||
uid?: string | null;
|
||||
}
|
||||
export declare const ApplicationPatchSerializer: {
|
||||
_fromJsonObject(object: any): ApplicationPatch;
|
||||
_toJsonObject(self: ApplicationPatch): any;
|
||||
};
|
||||
Reference in New Issue
Block a user