interface ISecurityReport {
    code: string;
    message: string;
    state: boolean;
}

Properties

Properties

code: string
message: string
state: boolean