Takaro - v0.4.9
    Preparing search index...

    Interface TakaroEventCommandExecutionDenied

    TakaroEventCommandExecutionDenied

    interface TakaroEventCommandExecutionDenied {
        command: TakaroEventCommandDetails;
        missingPermissions: string[];
        timestamp: string;
    }
    Index

    Properties

    TakaroEventCommandExecutionDenied

    missingPermissions: string[]

    TakaroEventCommandExecutionDenied

    timestamp: string

    TakaroEventCommandExecutionDenied