interface IPageTextResponse {
    text?: string;
}

Implemented by

Properties

Properties

text?: string