Type alias KeysByTOptions<TOpt>

KeysByTOptions<TOpt>: TOpt["returnObjects"] extends true
    ? ResourceKeys<true>
    : ResourceKeys

Parse t function keys based on the namespace, options and key prefix *


Type Parameters

Generated using TypeDoc