export class Endpoints { public static readonly TICKET = 'ticket'; public static readonly MINT_TICKETS = Endpoints.TICKET + '/mint' }