Type Alias NonAPICommandTypeValue

NonAPICommandTypeValue: Exclude<
    typeof CommandType[keyof typeof CommandType],
    | "ChatInput"
    | "ChatInputPlain"
    | "UserContextMenu"
    | "MessageContextMenu"
    | "PrimaryEntryPoint",
>
MMNEPVFCICPMFPCPTTAAATR