UNPKG

twitter-api-client

Version:
9 lines (7 loc) 177 B
export interface CustomProfilesByIdParams { /** * The string ID of the custom profile that should be returned. Provided in resource URL. */ 'id': string; }