interface GetRequest {
    'id'?: (string);
}
interface GetRequest__Output {
    'id': (string);
}

export { GetRequest, GetRequest__Output };
