interface IInput {
    braname?: null | string;
}

Properties

Properties

braname?: null | string