Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias PostAuthLocalData

    type PostAuthLocalData = {
        body: { email: string; password: string };
        path?: never;
        query?: never;
        url: "/auth/local";
    }
    Index

    Properties

    Properties

    body: { email: string; password: string }
    path?: never
    query?: never
    url: "/auth/local"