Storage program list item (without full data)

interface StorageProgramListItem {
    createdAt: string;
    encoding: "json" | "binary";
    programName: string;
    sizeBytes: number;
    storageAddress: string;
    storageLocation: string;
    updatedAt: string;
}

Properties

createdAt: string
encoding: "json" | "binary"
programName: string
sizeBytes: number
storageAddress: string
storageLocation: string
updatedAt: string