prep: rough format for requesting data for an indivual and committee

This commit is contained in:
silver 2024-10-28 01:34:23 +00:00
parent 273c58d035
commit fe5aa5b252
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -188,4 +188,14 @@ pub mod cns {
}
}
}
}
}
/**
Get and store the data on C&S committees
*/
pub mod committees {}
/**
get the data for an individual user
*/
pub mod individual {}