@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias CustomerDocument

    type CustomerDocument = {
        fileName: string;
        key: string;
        size: number;
        type: "CUSTOM" | "LOGO" | "PRICING_SCHEDULE" | "TERMS";
        updatedAt: Date;
    }
    Index
    fileName: string
    key: string
    size: number
    type: "CUSTOM" | "LOGO" | "PRICING_SCHEDULE" | "TERMS"
    updatedAt: Date