Type alias FieldProjectionConfigObject

FieldProjectionConfigObject: {
    [name: string]: 1 | true | FieldProjectionConfig | undefined;
}

Type declaration