UNPKG

@selfcommunity/api-services

Version:
31 lines (30 loc) 519 B
/** * StartStepParams interface */ export interface StartStepParams { /** * The number of the post to generate. * @default 10 */ num_posts?: number; /** * The number of the post images to generate * @default 1 */ num_images?: number; /** * only for stage */ force?: number; } /** * OnBoardingStepType enum */ export declare enum OnBoardingStep { CONTENTS = 1, CATEGORIES = 2, APPEARANCE = 3, PROFILE = 4, INVITE = 5, APP = 6 }