wip
This commit is contained in:
6
packages/identity/application/dto/StartAuthCommandDTO.ts
Normal file
6
packages/identity/application/dto/StartAuthCommandDTO.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { AuthProviderDTO } from './AuthProviderDTO';
|
||||
|
||||
export interface StartAuthCommandDTO {
|
||||
provider: AuthProviderDTO;
|
||||
returnTo?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user