Type Alias ExistsWorkspaceData

ExistsWorkspaceData: {
    requestBody: {
        id: string;
    };
}

Type declaration

  • requestBody: {
        id: string;
    }

    id of workspace

    • id: string