interface IGetclearance {
    appendix_hash: string;
    coopname: string;
    document: Interfaces.Capital.IDocument2;
    project_hash: string;
    username: string;
}

Properties

appendix_hash: string
coopname: string
project_hash: string
username: string