interface Option<T0> {
    vec: string | T0[];
}

Type Parameters

  • T0

Properties

Properties

vec: string | T0[]