export interface StateFee { id?: string; name: string; maxFeePerStamp: number; flatStateFee: number; __typename?: string; }