discordx
    Preparing search index...

    Type Alias SlashGroupSubRoot<T, TD, TR>

    SlashGroupSubRoot: SlashGroupBase<T, TD> & {
        contexts?: undefined;
        defaultMemberPermissions?: undefined;
        dmPermission?: undefined;
        integrationTypes?: undefined;
        root?: TR;
    }

    Type Parameters

    • T extends string
    • TD extends string
    • TR extends string