export interface GetWorkspaces {
  workspaceId: string;
}
