Type Alias AppMetadata

Metadata for app

type AppMetadata = {
    id?: string;
    last_reload_date?: string;
    limited_access?: boolean;
    name?: string;
    space_id?: string;
    space_name?: string;
    space_type?: string;
}
Index

Properties

id?: string
last_reload_date?: string
limited_access?: boolean
name?: string
space_id?: string
space_name?: string
space_type?: string