@deep/nest-kit
    Preparing search index...

    Interface CreateServiceTokenResult<ST>

    interface CreateServiceTokenResult<ST extends BaseServiceToken> {
        jwt: string;
        serviceToken: ST;
    }

    Type Parameters

    Index

    Properties

    Properties

    jwt: string
    serviceToken: ST