8 lines
285 B
TypeScript
8 lines
285 B
TypeScript
export interface OperationalWebhookEndpointSecretOut {
|
|
key: string;
|
|
}
|
|
export declare const OperationalWebhookEndpointSecretOutSerializer: {
|
|
_fromJsonObject(object: any): OperationalWebhookEndpointSecretOut;
|
|
_toJsonObject(self: OperationalWebhookEndpointSecretOut): any;
|
|
};
|