Interface OriginalVerification

Hierarchy

  • OriginalVerification

Properties

Properties

approval: {
    approver: {
        id: string;
        nick: string;
    };
}

Type declaration

  • approver: {
        id: string;
        nick: string;
    }
    • id: string
    • nick: string

Generated using TypeDoc v0.23.16