/**
 * @example
 *     {
 *         id: "id"
 *     }
 */
export interface GetCouponCollectionRequest {
    /** Id of the collection to return */
    id: string;
}
