Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias DBAPIBranchForeignKeysData

    type DBAPIBranchForeignKeysData = {
        branch: {
            agency_id: number;
            created_at: string;
            description: string;
            email: string | null;
            id: number;
            name: string;
            telephone: string | null;
            town: string | null;
        };
        branch_id: number
        | null;
        branch_ref: string;
        id: number;
        service_provider_id: number | null;
    }
    Index

    Properties

    branch: {
        agency_id: number;
        created_at: string;
        description: string;
        email: string | null;
        id: number;
        name: string;
        telephone: string | null;
        town: string | null;
    }
    branch_id: number | null
    branch_ref: string
    id: number
    service_provider_id: number | null