UNPKG

@arsendoman/book-publisher-store

Version:

A Nest.js package for book publishing and storing

7 lines (6 loc) 125 B
export interface GoogleAuthOptions { clientID: string; clientSecret: string; callbackURL: string; scope: string[]; }