Type Alias QlikApp

type QlikApp = {
    id?: string;
    name?: string;
}
Index

Properties

Properties

id?: string
name?: string