export type RepresentationType = {
    __typename: string;
} & Record<string | symbol, unknown>;
