Interface TypeClientOptions

interface TypeClientOptions {
    criteria?: {
        [key: string]: any;
    };
    id?: string;
    path?: string;
    relations?: string[];
    root?: string;
}

Properties

criteria?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
id?: string
path?: string
relations?: string[]
root?: string

Generated using TypeDoc