buildahcker
    Preparing search index...

    Interface Partition

    interface Partition {
        guid?: string;
        name: string;
        size: number;
        type: PartitionType;
    }
    Index

    Properties

    Properties

    guid?: string
    name: string
    size: number