Interface ISerializedGast

interface ISerializedGast {
    definition?: ISerializedGast[];
    type: ProductionType;
}

Properties

Properties

definition?: ISerializedGast[]