replugged

    Type Alias GetCommandOptions<T>

    GetCommandOptions: ValueOf<
        {
            [K in T["name"]]: {
                focused?: boolean;
                name: K;
                type: T["type"];
                value: GetType<Extract<T, { name: K }>>;
            }
        },
    >

    Type Parameters

    MMNEPVFCICPMFPCPTTAAATR