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

    Properties

    fileName: string
    folder: string | undefined

    Folder the document lives in. undefined = root.

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