interface IUserResources {
    cpu_weight: string;
    net_weight: string;
    owner: string;
    ram_bytes: IInt64;
}

Properties

cpu_weight: string
net_weight: string
owner: string
ram_bytes: IInt64