interface InputResults {
    input: string;
    option: string;
}

Properties

Properties

input: string
option: string