Interface SearchTitleResponseSchema

Export

SearchTitleResponseSchema

interface SearchTitleResponseSchema {
    result: Show[];
}

Properties

Properties

result: Show[]

Array of the shows matched with the title.

Memberof

SearchTitleResponseSchema

Generated using TypeDoc