repo2post - v0.1.1
    Preparing search index...

    Interface ModelChoice

    A curated model with a short label for the picker.

    interface ModelChoice {
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    id: string
    label: string