Skip to content

Potentially missing FieldSet type #389

@sheindel

Description

@sheindel

It looks like a Lookup field can have the following types

array of (numbers | strings | booleans | any)

Which would correlate to

Array<string | boolean | number | any>

or possibly

Array<string | boolean | number | Record<string, unknown>>

export interface FieldSet {
[key: string]:
| undefined
| string
| number
| boolean
| Collaborator
| ReadonlyArray<Collaborator>
| ReadonlyArray<string>
| ReadonlyArray<Attachment>;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions