Type Alias Objecttopspec

type Objecttopspec = {
    byte_size?: number;
    is_system?: boolean;
    name?: string;
}
Index

Properties

byte_size?: number
is_system?: boolean
name?: string