Type Alias Objecttopspec

type Objecttopspec = {
    byteSize?: number;
    isSystem?: boolean;
    name?: string;
}
Index

Properties

byteSize?: number
isSystem?: boolean
name?: string