Skip to main content
Module

x/discord_api_types/utils/internals.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
File
export type Nullable<T> = { [P in keyof T]: T[P] | null;};