Type alias HasOneConfig

HasOneConfig: {
    [key: string]: {
        description?: string;
        foreignField?: string;
        hidden?: boolean;
        hookOptions?: SGHookOptionsMap;
        target: string;
    } & HasOneOptions;
}

Type declaration

  • [key: string]: {
        description?: string;
        foreignField?: string;
        hidden?: boolean;
        hookOptions?: SGHookOptionsMap;
        target: string;
    } & HasOneOptions

Generated using TypeDoc