Type Alias DataStoreInfo

type DataStoreInfo = {
    id: string;
    name?: string;
    type?: string;
}
Index

Properties

Properties

id: string
name?: string
type?: string