Royco SDK

BaseAction

Type definition for BaseAction

Declaration

get-base-actions

Import

import type { BaseAction } from "royco/queries";

Properties

  • id : string
  • name : string

Sample Instance

{
  "id": "deposit",
  "name": "Deposit"
}

Last updated on

On this page

Edit on Github