export declare type RemoveCustomFieldSettingRequest = { /** * The custom field to remove from this portfolio. */ custom_field: string; };