1
0
Fork 0
mirror of https://github.com/archtechx/airwire.git synced 2025-12-12 02:34:04 +00:00
This commit is contained in:
Samuel Štancl 2021-05-22 15:31:20 +02:00 committed by GitHub
parent 02c1a81679
commit 633cb56697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ interface CreateUser {
email: string; email: string;
password: string; password: string;
password_confirmation: string; password_confirmation: string;
create(): AirwirePromise<User>; submit(): AirwirePromise<User>;
errors: { ... } errors: { ... }
// ... // ...