Concept Flow - Interface declaration syntax
Start Interface Declaration
Write 'interface' keyword
Name the Interface
Open Curly Brace '{'
Declare Properties and Methods
Close Curly Brace '}'
Interface Ready
This flow shows the steps to declare an interface: start with the keyword, name it, add properties/methods inside braces, then finish.