naystack - v1.5.10
    Preparing search index...

    Type Alias UserOutput

    UserOutput: { id: number; password: string | null } & { [key: string]: unknown }

    Shape expected from getUser / createUser callbacks: at least id and optional password hash, plus any extra fields.