Why enable is not mentioned/passed as an argument?

Here,following the code describes an interface named xyz_if(input logic clk,rst)
interface updn_if(input logic clk,rst);
why only clock and reset are passed as arguments? Why not other control signals such as enable?

In reply to Ashina A:
See interface with a port | Verification Academy