interface PostSigninRequest {
    auth?: { password: string; user: string };
}

Properties

Properties

auth?: { password: string; user: string }