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

9 lines
227 B
TypeScript

export interface IntegrationIn {
featureFlags?: string[];
name: string;
}
export declare const IntegrationInSerializer: {
_fromJsonObject(object: any): IntegrationIn;
_toJsonObject(self: IntegrationIn): any;
};