Interface InternalMoveStructField

interface InternalMoveStructField {
    name: string;
    type: TypeDescriptor<any>;
}

Properties

Properties

name: string
type: TypeDescriptor<any>