BitFieldResolvable
Signature
export type BitFieldResolvable<T extends object> = keyof T | number | bigint | string;Members
This export does not declare public properties or methods in the generated declaration file.
export type BitFieldResolvable<T extends object> = keyof T | number | bigint | string;This export does not declare public properties or methods in the generated declaration file.