Interface TagsStoryResponse

interface TagsStoryResponse {
    status: string;
    story: TagsStoryResponseStory;
}

Properties

Properties

status: string