Changes done in constant folder
This commit is contained in:
@@ -115,3 +115,9 @@ export interface TableRowData {
|
||||
approval: boolean;
|
||||
status: 'ACTIVE' | 'INACTIVE';
|
||||
}
|
||||
|
||||
|
||||
export type TableProps = {
|
||||
headers: string[];
|
||||
rows: React.ReactNode[][];
|
||||
};
|
||||
Reference in New Issue
Block a user