@cfxlabsinc/b2b-services
    Preparing search index...
    type CustomerDocument = {
        fileName: string;
        key: string;
        size: number;
        type: "CUSTOM" | "LOGO" | "PRICING_SCHEDULE" | "TERMS";
        updatedAt: Date;
    }
    Index

    Properties

    fileName: string
    key: string
    size: number
    type: "CUSTOM" | "LOGO" | "PRICING_SCHEDULE" | "TERMS"
    updatedAt: Date