interface ListOSResponse {
    os: AppleSilicon.v1alpha1.OS[];
    totalCount: number;
}

Properties

Properties

List of OS.

totalCount: number

Total number of OS.