Variable DeleteMethodConst

DeleteMethod: {
    All: "DELETE_ALL";
    Data: "DELETE_DATA";
    Key: "DELETE_KEY";
} = ...

Type declaration

  • Readonly All: "DELETE_ALL"
  • Readonly Data: "DELETE_DATA"
  • Readonly Key: "DELETE_KEY"

Export