interface LitActionActionDefinition {
    code?: ContextOrLiteral<string>;
    ipfsId?: ContextOrLiteral<string>;
    jsParams?: Record<string, unknown>;
    key: "litAction";
}

Properties

code?: ContextOrLiteral<string>
ipfsId?: ContextOrLiteral<string>
jsParams?: Record<string, unknown>
key