Type alias ResourcesById<TResource>

ResourcesById<TResource>: {
    [Id: string]: TResource;
}

Type Parameters

  • TResource

Type declaration

  • [Id: string]: TResource

Generated using TypeDoc