SlugField

The Slug field type used in Statamic.

Type Definition

URL-friendly slug.

type 
SlugField
= string | null;
Example Slug field
type Slug = SlugField;
// Result: string | null