interface BuildEvent {
    data?: string[];
    identifier?: string;
}

Properties

Properties

data?: string[]
identifier?: string