Skip to content

Type Alias: LucidPlainObject

ts
type LucidPlainObject = {
  [key: string]: unknown;
};

Index Signature

ts
[key: string]: unknown