interface ViewSchemaDefinition<T = { [key: string]: any }> {
    name: ViewName;
    options?: SchemaOptions;
    schema: T;
    viewOn: CollectionNames | ViewName;
}

Type Parameters

  • T = { [key: string]: any }

Hierarchy

Properties

name: ViewName
options?: SchemaOptions
schema: T