interface ListUserStoriesResponse {
    data: Story[];
}

Properties

Properties

data: Story[]