View contribution

interface View {
    id: string;
    name: string;
    type?: string;
    when?: string;
}

Properties

Properties

id: string
name: string
type?: string
when?: string