Interface AkashicRuntime

interface AkashicRuntime {
    flavor?: string;
    version: string;
}

Properties

Properties

flavor?: string
version: string