interface LastContainerInfo {
    id: string;
    lastUsed: number;
}

Properties

Properties

id: string
lastUsed: number