Type alias ResourceKeys<WithReturnObjects>

ResourceKeys<WithReturnObjects>: WithReturnObjects extends true
    ? KeysWithReturnObjects
    : KeysWithoutReturnObjects

Type Parameters

Generated using TypeDoc