import { ObjectType } from '@nestjs/graphql';

@ObjectType()
export class Billing {}

@ObjectType()
export class BillingMutations {}
