@coopenomics/sdk
    Preparing search index...

    Type Alias ReturnTypesType

    ReturnTypesType: {
        [x: string]:
            | `scalar.${string}`
            | { [x: string]: string
            | undefined }
            | undefined;
    }

    Type Declaration

    • [x: string]: `scalar.${string}` | { [x: string]: string | undefined } | undefined