Documentation
    Preparing search index...
    type SlugStepType = {
        field: string;
        transform: string | null;
        unique: boolean;
    }
    Index

    Properties

    field: string
    transform: string | null
    unique: boolean