InterfaceInteractionsRaw
type InterfaceInteractionsRaw = {
__typename?: 'InterfaceInteractionsRaw';
typeRef: Reference;
type?: Maybe<TypeDefinition>;
fields: Array<RawCustomField>;
};type InterfaceInteractionsRaw = {
__typename?: 'InterfaceInteractionsRaw';
typeRef: Reference;
type?: Maybe<TypeDefinition>;
fields: Array<RawCustomField>;
};