export interface validateProps { // object structure for some kind of validation
    valid: boolean;
    missing: string[];
}