Creating Plot Twists
    Preparing search index...

    Type Alias NewPriority

    NewPriority: Omit<Priority, "id"> & { parentId?: string }

    Type for creating new priorities.

    Excludes the auto-generated ID field and adds an optional parentId for creating hierarchical priority structures.

    Type Declaration

    • OptionalparentId?: string

      Optional ID of the parent priority for creating hierarchies