Skip to content

Record

type Record = {
[fieldApiName: string]: string | number | boolean;
}