@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ChatgptAuthTokensRefreshResponse

    type ChatgptAuthTokensRefreshResponse = {
        accessToken: string;
        chatgptAccountId: string;
        chatgptPlanType: string | null;
    }
    Index

    Properties

    accessToken: string
    chatgptAccountId: string
    chatgptPlanType: string | null