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