mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export interface IOrganizationUtilService {
|
|
validateWorkspaceExists(workspaceId: string): Promise<void>;
|
|
}
|