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

    Type Alias BankDocument

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

    Folder the document lives in. undefined = root.

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