interface IInput {
    input: {
        id: string;
    };
}

Properties

Properties

input: {
    id: string;
}

Type declaration

  • id: string