export interface CustomProfilesByIdParams { /** * The string ID of the custom profile that should be returned. Provided in resource URL. */ 'id': string; }