Type Alias SlashGroupRoot<T, TD>
SlashGroupRoot: SlashGroupBase<T, TD> & { contexts?: InteractionContextType[]; defaultMemberPermissions?: PermissionResolvable; dmPermission?: boolean; integrationTypes?: ApplicationIntegrationType[]; root?: undefined;} Type Parameters
- T extends string
- TD extends string