Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 285 Bytes

File metadata and controls

19 lines (12 loc) · 285 Bytes

Type

The type of the role set ("initial" or "custom")

Example Usage

import com.clerk.backend_api.models.components.Type;

Type value = Type.INITIAL;

Values

Name Value
INITIAL initial
CUSTOM custom