Skip to main content

lightyear.getmodels

Home > @runlightyear/lightyear > getModels

getModels() function

Signature:
declare function getModels(props: GetModelProps): Promise<Array<{
name: string;
title: string;
}>>;

Parameters

ParameterTypeDescription
propsGetModelProps
Returns:

Promise<Array<{ name: string; title: string; }>>