@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias NexusPreset<T>

    type NexusPreset<T extends DevicePresetEntityType = DevicePresetEntityType> = {
        data: docpreset.Preset;
        entityType: T;
        meta: Preset;
    }

    Type Parameters

    Index

    Properties

    Properties

    data: docpreset.Preset
    entityType: T
    meta: Preset