@seamapi/http - v1.128.0
    Preparing search index...

    Type Alias AccessMethodsGetRelatedResponse

    Use AccessMethodsGetRelatedRequest instead.

    type AccessMethodsGetRelatedResponse = {
        batch: Batch<
            | "spaces"
            | "devices"
            | "acs_entrances"
            | "access_grants"
            | "access_methods"
            | "instant_keys"
            | "client_sessions"
            | "acs_credentials",
        >;
    }
    Index
    batch: Batch<
        | "spaces"
        | "devices"
        | "acs_entrances"
        | "access_grants"
        | "access_methods"
        | "instant_keys"
        | "client_sessions"
        | "acs_credentials",
    >