lightyear.objectlist
Home > @runlightyear/lightyear > ObjectList
ObjectList type
Signature:type ObjectList<Object> = Promise<{
objects: Array<Object>;
cursor?: string;
}>;
Home > @runlightyear/lightyear > ObjectList
type ObjectList<Object> = Promise<{
objects: Array<Object>;
cursor?: string;
}>;