interface TypesGetResponse {
    count: number;
    types: TypeSummary[];
}

Properties

Properties

count: number
types: TypeSummary[]

A list of available MIME types