Type alias Identity

Identity: {
    flow?: boolean;
    type: "identity";
}

Type declaration

  • Optional flow?: boolean
  • type: "identity"