ABITypeRef: {
format?: Maybe<string | number | boolean>;
kind: "simple";
optional?: Maybe<boolean>;
type: string;
} | {
format?: Maybe<string | number | boolean>;
key: string;
keyFormat?: Maybe<string | number | boolean>;
kind: "dict";
value: string;
valueFormat?: Maybe<string | number | boolean>;
}
Type declaration
Optional
format?: Maybe<string | number | boolean>
kind: "simple"
Optional
optional?: Maybe<boolean>
type: string
Type declaration
Optional
format?: Maybe<string | number | boolean>
key: string
Optional
keyFormat?: Maybe<string | number | boolean>
kind: "dict"
value: string
Optional
valueFormat?: Maybe<string | number | boolean>