@turbowarp/types-tw
    Preparing search index...

    Interface Field

    interface Field {
        id: string | null;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    id: string | null
    name: string
    value: string