Extended: Prettify<{
    [_ in keyof Client_Base]?: undefined
} & {
    [key: string]: unknown;
}>

Generated using TypeDoc