Interface CreateAccountNoteParams

interface CreateAccountNoteParams {
    comment: string;
}

Properties

Properties

comment: string