Type alias $IsResourcesDefined

$IsResourcesDefined: [keyof _Resources] extends [never]
    ? false
    : true

Generated using TypeDoc