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

    Type Alias HestiaBranchResponse

    type HestiaBranchResponse = {
        error: null | string;
        response: { status: number; time_taken: number };
        result: { branch: HestiaBranchData };
    }
    Index

    Properties

    Properties

    error: null | string
    response: { status: number; time_taken: number }
    result: { branch: HestiaBranchData }