Interface Data_AptResource

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

Properties

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