How can I define the type below in file A and make instances of it in file B and C?
type
Flags* = object
file_name:string sheet_name:string
How can I define the type below in file A and make instances of it in file B and C?
type
Flags* = object
file_name:string sheet_name:string