Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
119 Bytes
export interface Gate {
featureFlag: string;
excludeFromDatabase?: boolean;
excludeFromWorkspaceApi?: boolean;
}