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

    Interface ICreateServiceTokenPayload<ST>

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

    Type Parameters

    Index

    Properties

    Properties

    jwt: string
    serviceToken: ST