import type { RoleMatchType } from './RoleMatchType'; export type RoleResponse = { id: string; gateId: string; name: string; chainId?: string | null; contractAddress?: string | null; matchType: RoleMatchType; tokenId?: number | null; requiredQuantity: number; priority: number; };