Interface Data_AptResource

interface Data_AptResource {
    rawResources: string[];
    resources: { [key: string]: any }[];
    timestampMicros: bigint;
    version: bigint;
}

Properties

rawResources: string[]
resources: { [key: string]: any }[]
timestampMicros: bigint
version: bigint