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

    Interface AccessDeniedExceptionInput

    interface AccessDeniedExceptionInput {
        action: string;
        context: WinstonLoggerContext;
        message?: string;
    }
    Index

    Properties

    action: string
    message?: string