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

    A live virtual account a provider backs, projected for the provider-detail "Accounts backed" sample. id is the account's external id (vacct_…). createdAt is an ISO-8601 string so the projection crosses the RSC boundary to client components without React's serializer rejecting a Date.

    type VirtualAccountProviderAccount = {
        createdAt: string;
        id: string;
        name: string | null;
    }
    Index

    Properties

    Properties

    createdAt: string
    id: string
    name: string | null