Type alias Query

Query: {
    identifiers: Record<string, any>[];
    types?: string[];
} | {
    identifiers?: Record<string, any>[];
    types: string[];
}

Generated using TypeDoc