Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
74 lines (40 loc) · 1.41 KB

UserStoryStatus.md

File metadata and controls

74 lines (40 loc) · 1.41 KB

@mattplays/aniapi / Exports / UserStoryStatus

Enumeration: UserStoryStatus

Table of contents

Enumeration members

Enumeration members

COMPLETED

COMPLETED = 2

Defined in

API/types/UserStory.ts:4


CURRENT

CURRENT = 0

Defined in

API/types/UserStory.ts:2


DROPPED

DROPPED = 3

Defined in

API/types/UserStory.ts:5


PAUSED

PAUSED = 4

Defined in

API/types/UserStory.ts:6


PLANNING

PLANNING = 1

Defined in

API/types/UserStory.ts:3


REPEATING

REPEATING = 5

Defined in

API/types/UserStory.ts:7