Type Alias AddOwnerToFolderData

AddOwnerToFolderData: {
    name: string;
    requestBody: {
        owner: string;
    };
    workspace: string;
}

Type declaration

  • name: string
  • requestBody: {
        owner: string;
    }

    owner user to folder

    • owner: string
  • workspace: string