@edgible-team/sdk
    Preparing search index...

    Interface ProvisionClientSurface

    The SDK surface the provisioner polls — satisfied by EdgibleClient.

    interface ProvisionClientSurface {
        organizations: Pick<OrganizationsClient, "listDevices">;
    }
    Index

    Properties

    Properties

    organizations: Pick<OrganizationsClient, "listDevices">