Commit 2abfaf79 authored by xhx's avatar xhx

service

parent da3618fa
......@@ -50,19 +50,19 @@ export interface CreateVoteDto{
}
export interface attendVote {
voteId: string,
name: string,
voteId: string;
name: string;
desc: string
}
export interface memberInfo {
addr: string,
addr: string;
name: string
}
export interface memberVote {
voteId: string,
optionId: string,
voteId: string;
optionId: string;
amount: number
}
......@@ -71,30 +71,30 @@ export interface memberCloseVote {
}
export interface memberChangeVote {
voteId: string,
voteId: string;
addr: string
}
export interface voteDetails {
execer: string,
funcName: string,
execer: string;
funcName: string;
payload: payload
}
export interface voteRest {
execer: string,
funcName: string,
execer: string;
funcName: string;
payload: payloadRest
}
export interface voteList {
execer: string,
funcName: string,
execer: string;
funcName: string;
payload: payloadList
}
export interface tradeList {
execer: string,
funcName: string,
execer: string;
funcName: string;
payload: trade
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment