Files
FrenoCorp/node_modules/svix/dist/models/endpointSecretRotateIn.d.ts

8 lines
241 B
TypeScript

export interface EndpointSecretRotateIn {
key?: string | null;
}
export declare const EndpointSecretRotateInSerializer: {
_fromJsonObject(object: any): EndpointSecretRotateIn;
_toJsonObject(self: EndpointSecretRotateIn): any;
};