File
Type
: { hash
?: string; id
?: SiteIdType; item
?: { id
?: SiteIdType; shape
?: { component
?: { id
?: SiteIdType; }[]; id
?: SiteIdType; }[]; }[]; metadata
?: SimpleMetadataType; path
?: string; range
?: { count
: number; start
: string; }[]; refreshFlag
?: number; sequence
?: boolean; size
?: number; state
: string; storage
?: SiteIdType; storageDefinition
?: StorageType; timestamp
?: string; type
?: string; uri
?: string[]; }
Type declaration
-
Optional hash?: string
-
-
Optional item?: {
id?: SiteIdType;
shape?: {
component?: {
id?: SiteIdType;
}[];
id?: SiteIdType;
}[];
}[]
-
-
Optional path?: string
-
Optional range?: {
count: number;
start: string;
}[]
-
Optional refreshFlag?: number
-
Optional sequence?: boolean
-
Optional size?: number
-
state: string
-
-
Optional storageDefinition?: StorageType
-
Optional timestamp?: string
-
Optional type?: string
-
Optional uri?: string[]