Interface AsukaSurfacePickOptionsBase

interface AsukaSurfacePickOptionsBase {
    source?: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

source?: string