Type Alias Objectspec

type Objectspec = {
    id?: string;
    objectType?: string;
    sheetId?: string;
    title?: string;
}
Index

Properties

id?: string
objectType?: string
sheetId?: string
title?: string