Interface Table

interface Table {
    __id__?: string;
    join?: Join;
    name: string;
}

Properties

Properties

__id__?: string
join?: Join
name: string

Generated using TypeDoc