interface ProjectError {
    message: string;
    target: string;
}

Properties

Properties

message: string
target: string