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

    Interface UnauthorizedHandler

    interface UnauthorizedHandler {
        handler: () => RefreshTokenOnAuthorizedResponse;
        type: "token_refresh";
    }
    Index

    Properties

    Properties

    type: "token_refresh"