Interface CreateStories

interface CreateStories {
    stories: CreateStoryParams[];
}

Properties

Properties

An array of stories to be created.