Interface BaseLinkApplicationStore

interface BaseLinkApplicationStore {
    id: number;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Store Id

name: string

Store name

Generated using TypeDoc