Type alias ObjectList

ObjectList: ReadonlyArray<{
    [key: string]: unknown;
}>

Generated using TypeDoc