@shopify/cli-kit
    Preparing search index...

    Interface AdminSession

    Session Object to access the Admin API, includes the token and the store FQDN.

    interface AdminSession {
        storeFqdn: string;
        token: string;
    }
    Index

    Properties

    Properties

    storeFqdn: string
    token: string