StartExtra: {
key: string;
type: "null";
} | {
key: string;
type: "bool";
value: boolean;
} | {
key: string;
type: "int" | "long" | "float";
value: number | number[];
} | {
key: string;
type: "string";
value: string | string[];
} | {
key: string;
type: "component" | "uri";
value: string;
}
Type declaration
key: string
type: "bool"
value: boolean
Type declaration
key: string
type: "int" | "long" | "float"
value: number | number[]
Type declaration
key: string
type: "string"
value: string | string[]
Type declaration
key: string
type: "component" | "uri"
value: string