Type alias CLINativeScriptAfter

CLINativeScriptAfter: {
    slot: number;
    type: "after";
}

Type declaration

  • slot: number
  • type: "after"