Type Alias ChangeWorkspaceNameData

ChangeWorkspaceNameData: {
    requestBody?: {
        new_name?: string;
    };
    workspace: string;
}