AutoBE
    Preparing search index...
    interface IMongoFieldProfile {
        path: string;
        presentInSample: number & Type<"uint32">;
        types: Record<string, number & tags.Type<"uint32">>;
    }
    Index

    Properties

    path: string
    presentInSample: number & Type<"uint32">
    types: Record<string, number & tags.Type<"uint32">>