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

7 lines
186 B
TypeScript

export interface SlackConfigOut {
}
export declare const SlackConfigOutSerializer: {
_fromJsonObject(_object: any): SlackConfigOut;
_toJsonObject(_self: SlackConfigOut): any;
};